home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / virtltxt / readme.txt < prev    next >
Text File  |  1994-01-22  |  1KB  |  37 lines

  1. Virtual text browser for VB.
  2.  
  3. Source code for 0.9 beta.
  4.  
  5. This is an attempt to get around the 64K (actually about 50K) limit of 
  6. the VB text box control without 3rd pary DLLs.  Solution is view only.
  7. Please feel free to use.  I am calling this a beta though.
  8. Please see README.TXT if you would like to help!  I will repost when
  9. finalized. Uses THREED.VBX, CMDIALOG.VBX and VBRUN300.DLL which are
  10. not supplied.
  11.  
  12. First, thanks to all the VB guru's whose books, articles,  online help,
  13. etc. have made VB and this project an enjoyable experience.
  14.  
  15. Virtual text browser uses arrays of text boxes to display information on
  16. the screen.
  17.  
  18. (Please excuse some of my coding, I used to be a COBOL programmer (:-).
  19.  
  20. Could use help with the following (besides, any bugs):
  21.  
  22. 1.  I would like to add cut/paste but enabling the text box adds a lot
  23. of "what-ifs".  But any suggestions would be appreciated.
  24.  
  25. 2.  When going from one "virtual" text box to another there is a certain
  26. amount of blinking.  It isn't too bad on my Pentium (:-) though may be
  27. on a slower machine.
  28.  
  29. 3.  In the Search routine I would like to highlight the found search
  30. text, and maybe even scroll horizontally to the text.  I just could not
  31. figure out a way to do this.
  32.  
  33. 4.  HEX mode is slowwww.  Any suggestions?
  34.  
  35. MSBASIC forum.
  36. Bob Risholm 76030,270 
  37.